From: Richard M. Stallman Date: Sat, 29 May 1993 16:38:15 +0000 (+0000) Subject: (do-install): Delete redundant code to copy etc twice. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95806 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b7f46c9a2c32fed4c5e43b1f19a748e4a6ea69a;p=emacs.git (do-install): Delete redundant code to copy etc twice. --- diff --git a/Makefile.in b/Makefile.in index eec88c6ebc3..a786b359a30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -344,15 +344,6 @@ do-install: mkdir rm -f $${subdir}/*~ ; \ done) ; \ done - -[ `(cd etc; /bin/pwd)` != `(cd ${srcdir}/etc; /bin/pwd)` ] \ - && (echo "Copying ./etc..." ; \ - (cd ./etc; tar cf - . )|(cd ${etcdir}; umask 0; tar xvf - ); \ - for subdir in `find ${etcdir} -type d ! -name RCS -print` ; do \ - rm -rf $${subdir}/RCS ; \ - rm -rf $${subdir}/CVS ; \ - rm -f $${subdir}/\#* ; \ - rm -f $${subdir}/*~ ; \ - done) -[ `(cd ${srcdir}/info; /bin/pwd)` != `(cd ${infodir}; /bin/pwd)` ] \ && (cd ${srcdir}/info ; \ if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \